사이트 내 전체검색
[javascript] 방문자의 브라우저 타입 보여주기
로빈아빠
https://cmd.kr/javascript/476 URL이 복사되었습니다.

본문

<script>
if (document.all)
var version=/MSIE \\d+.\\d+/
if (!document.all)
document.write("You are using "+navigator.appName+" "+navigator.userAgent)
else
document.write("You are using "+navigator.appName+" "+navigator.appVersion.match(version))
</script>
[이 게시물은 VIRHAC님에 의해 2009-09-13 14:36:02 HTML에서 이동 됨]

댓글목록

등록된 댓글이 없습니다.

831 (7/17P)

Search

Copyright © Cmd 명령어 3.131.36.247